const runtime._GCmark

14 uses

	runtime (current package)
		mgc.go#L250: 	_GCmark                   // GC marking roots and workbufs: allocate black, write barrier ENABLED
		mgc.go#L257: 	writeBarrier.enabled = gcphase == _GCmark || gcphase == _GCmarktermination
		mgc.go#L547: 	if cycle == n+1 || (gcphase == _GCmark && cycle == n+2) {
		mgc.go#L560: 		if gcphase != _GCmark {
		mgc.go#L789: 	setGCPhase(_GCmark)
		mgc.go#L899: 	if !(gcphase == _GCmark && work.nwait == work.nproc && !gcMarkWorkAvailable(nil)) {
		mgcmark.go#L1214: 				if gcphase == _GCmark {
		mgcmark.go#L1269: 			if gcphase == _GCmark {
		mgcmark.go#L1380: 			if gcphase == _GCmark {
		mgcwork.go#L186: 	if flushed && gcphase == _GCmark {
		mgcwork.go#L239: 	if flushed && gcphase == _GCmark {
		mgcwork.go#L357: 	if gcphase == _GCmark {
		trace.go#L294: 	if gcphase == _GCmark || gcphase == _GCmarktermination {
		trace.go#L467: 	if !stopTrace && (gcphase == _GCmark || gcphase == _GCmarktermination) {